﻿.bel_imgtab{position:relative;}
	.bel_imgtab div {width: 100%;height: 100%;}
	.bel_imgtab a{display: none;}
	.bel_imgtab div a { width: 100%; height: 100%;}
	.bel_imgtab div a.current{display: block;}
	.bel_imgtab div a img{display: block; width: 100%; height: 100%; }
	.bel_imgtab ul {position: absolute; top:270px; left: 0; width: 100%; height: 30px; line-height: 30px; overflow: hidden; background: #fff;}
	.bel_imgtab ul li{ display: none; width: 96%; height: 30px; line-height:30px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; border:none;}
	.bel_imgtab ul li.current{display: block; color: #373737;}
	.bel_imgtab p{position:absolute; bottom:10px;right:0px; text-align: center;}
	.bel_imgtab p em{float: left; margin-right: 10px; width: 20px; background: #DEDEDE; color: #000; font-size: 12px; line-height: 18px; height: 18px; font-style: normal;}
	.bel_imgtab p em.current{background: #cb0208; font-weight:bold; color:#fff}